home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM24 / TFORM24.txt
Text File  |  2000-07-30  |  3KB  |  169 lines

  1. object Form24: TForm24
  2.   Left = 334
  3.   Top = 147
  4.   Width = 396
  5.   Height = 248
  6.   Caption = 'Margins - printed page'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   OnDeactivate = FormDeactivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 89
  21.     Top = 5
  22.     Width = 203
  23.     Height = 16
  24.     Caption = 'Enter the page margins below.  '
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -13
  28.     Font.Name = 'Arial'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 12
  34.     Top = 108
  35.     Width = 25
  36.     Height = 16
  37.     Caption = 'Left:'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 204
  41.     Top = 108
  42.     Width = 34
  43.     Height = 16
  44.     Caption = 'Right:'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 128
  48.     Top = 108
  49.     Width = 38
  50.     Height = 16
  51.     Caption = 'Label4'
  52.   end
  53.   object Label5: TLabel
  54.     Left = 325
  55.     Top = 108
  56.     Width = 38
  57.     Height = 16
  58.     Caption = 'Label5'
  59.   end
  60.   object Label6: TLabel
  61.     Left = 108
  62.     Top = 59
  63.     Width = 25
  64.     Height = 16
  65.     Caption = 'Top:'
  66.   end
  67.   object Label7: TLabel
  68.     Left = 226
  69.     Top = 59
  70.     Width = 38
  71.     Height = 16
  72.     Caption = 'Label7'
  73.   end
  74.   object Label8: TLabel
  75.     Left = 89
  76.     Top = 148
  77.     Width = 46
  78.     Height = 16
  79.     Caption = 'Bottom:'
  80.   end
  81.   object Label9: TLabel
  82.     Left = 226
  83.     Top = 148
  84.     Width = 38
  85.     Height = 16
  86.     Caption = 'Label9'
  87.   end
  88.   object Label10: TLabel
  89.     Left = 15
  90.     Top = 25
  91.     Width = 361
  92.     Height = 16
  93.     Caption = 
  94.       '(all margins are relative to minimum margins for current printer' +
  95.       ')'
  96.   end
  97.   object Edit1: TEdit
  98.     Left = 49
  99.     Top = 98
  100.     Width = 70
  101.     Height = 24
  102.     Hint = 
  103.       'The left side of the image will be at this location.  The image ' +
  104.       'is placed against the right margin if it will not fit between th' +
  105.       'e left margin entered here and the right side of the page.  A la' +
  106.       'rge value will place images as far right as possible.  '
  107.     ParentShowHint = False
  108.     ShowHint = True
  109.     TabOrder = 0
  110.     Text = '0.00'
  111.   end
  112.   object Edit2: TEdit
  113.     Left = 246
  114.     Top = 98
  115.     Width = 70
  116.     Height = 24
  117.     Hint = 
  118.       'The top of the image will be at this location.  The image is pla' +
  119.       'ced against the bottom margin if it will not fit between the top' +
  120.       ' margin entered here and the bottom of the page.  A large value ' +
  121.       'will place images as low as possible.  '
  122.     ParentShowHint = False
  123.     ShowHint = True
  124.     TabOrder = 1
  125.     Text = '0.00'
  126.   end
  127.   object BitBtn1: TBitBtn
  128.     Left = 10
  129.     Top = 177
  130.     Width = 70
  131.     Height = 31
  132.     Hint = 'Use the above margins.'
  133.     Caption = 'Ok'
  134.     ParentShowHint = False
  135.     ShowHint = True
  136.     TabOrder = 4
  137.     OnClick = BitBtn1Click
  138.     Kind = bkOK
  139.   end
  140.   object BitBtn2: TBitBtn
  141.     Left = 276
  142.     Top = 177
  143.     Width = 92
  144.     Height = 31
  145.     Hint = 'Leave margins as they were before.'
  146.     ParentShowHint = False
  147.     ShowHint = True
  148.     TabOrder = 5
  149.     OnClick = BitBtn2Click
  150.     Kind = bkCancel
  151.   end
  152.   object Edit3: TEdit
  153.     Left = 148
  154.     Top = 49
  155.     Width = 70
  156.     Height = 24
  157.     TabOrder = 2
  158.     Text = '0.00'
  159.   end
  160.   object Edit4: TEdit
  161.     Left = 148
  162.     Top = 138
  163.     Width = 70
  164.     Height = 24
  165.     TabOrder = 3
  166.     Text = '0.00'
  167.   end
  168. end
  169.